ABORT

Section: C Library Functions (3)
Index Return to Main Contents

BSD mandoc
 

NAME

abort - cause abnormal program termination  

SYNOPSIS

Fd #include <stdlib.h> Ft void Fn abort void  

DESCRIPTION

The Fn abort function causes abnormal program termination to occur, unless the signal SIGABRT is being caught and the signal handler does not return.

No open streams are closed or flushed.  

RETURN VALUES

The abort function never returns.  

SEE ALSO

sigaction(2), exit(2)  

STANDARDS

The Fn abort function conforms to St -ansiC .


 

Index

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUES
SEE ALSO
STANDARDS

This document was created by man2html, using the manual pages.
Time: 16:28:58 GMT, April 18, 2022